github.com/andybalholm/brotli.hasherHandle.HashTypeLength (method)

6 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L70: 	for position+hasher.HashTypeLength() < pos_end {
		backward_references.go#L102: 					if delayed_backward_references_in_row < 4 && position+hasher.HashTypeLength() < pos_end {
		backward_references_hq.go#L714: 	for i = 0; i+hasher.HashTypeLength()-1 < num_bytes; i++ {
		hash.go#L24: 	HashTypeLength() uint
		hash_composite.go#L10: 	var a uint = h.ha.HashTypeLength()
		hash_composite.go#L11: 	var b uint = h.hb.HashTypeLength()